home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / error.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  56 lines

  1. Item: 237 by _jk at hpcvbbs.UUCP 
  2. Author: [Jay Kyle] 
  3.   Subj: Uncertainties 
  4.   Keyw: 'ERROR' (xñdx)  [that's x-plus-or-minus-dx, you non-IBMers! -jkh-] 
  5.   Date: Thu Feb 28 1991 
  6.  
  7. This is a program that adds, subtracts, multiplies, raises to a power, etc 
  8. uncertainties or in other words numbers such as 2 ñ 0.5.  The program has full 
  9. instructions. (I decided to have this as there's nothing more frustrating than 
  10. having a program that is used occasionally and forgetting how to use it!) 
  11.  
  12. [Neat idea!  Now we need a menu key called 'F1'! -jkh-] 
  13.  
  14. Common error analysis is done in generally two different ways, an absolute 
  15. method, and a random or systematic method. The absolute method compounds 
  16. absolute errors ie. (2ñ0.5) +(3ñ0.3)= (5ñ0.8) whereas the random method 
  17. uses a less pessimistic approach.  In the case of this program, I utilized the 
  18. general formula: 
  19.  
  20.      dz = SQRT[(df/da)^2*da^2+(df/db)^2*dB^2+...)] 
  21.                  ^ 
  22.                  | 
  23.             (partial derivatives)       for   z=f(a,b,...) 
  24.  
  25. which has a 90% confidence in the answer. 
  26.   The program has both methods in it. 
  27.   The program also utilizes a custom menu for choices of operations. I've 
  28. included a work directory as part of the program simply to go into to do any 
  29. calculations, a single program called WIPE exists that "wipes the work slate 
  30. clean " so to speak. This is just a quick way to clear work directory after 
  31. you're finished with a particular formula. I borrowed this concept from an old 
  32. hp 28 program. 
  33.   Many thanks to a couple of friends, Phillip Weis and Steve Hall for beta 
  34. testing it for me. 
  35.  
  36. (User.programs) 
  37. Item: 239 by _jk at hpcvbbs.UUCP 
  38. Author: [Jay Kyle] 
  39.   Subj: Uncertainties math program 
  40.   Keyw: xñdx, error, uncertainties 
  41.   Date: Sun Mar 03 1991 
  42.  
  43.   This is an updated version of my uncertainties program, ( v 1.2 ) 
  44. that now works with unit objects as well as real numbers. The main 
  45. description is in message #237. I have renamed it ERROR, short for 
  46. "error analysis". 
  47.  
  48. error (5904 bytes) 
  49. [Uncertainties math program for lab data] 
  50.  
  51.    Enjoy 
  52.                                Jay Kyle 
  53.                                 UBC 
  54.                                Chemical Engineering student. 
  55.  
  56.